VST3: fetch midi mappings all at once, use it for note/sound-off
[carla.git] / source / modules / juce_audio_formats / codecs / flac / Flac Licence.txt
blobfbd3e1391d53d76c30c6b6b4502e69aa215c4b91
2 =====================================================================
4 I've incorporated FLAC directly into the JUCE codebase because it makes
5 things much easier than having to make all your builds link correctly to
6 the appropriate libraries on every different platform.
8 I've made minimal changes to the FLAC code - just tweaked a few include paths 
9 to make it build smoothly, added some headers to allow you to turn off FLAC 
10 compilation, and commented-out a couple of unused bits of code.
12 =====================================================================
15 The following license is the BSD-style license that comes with the
16 Flac distribution, and which applies just to the files I've
17 included in this directory. For more info, and to get the rest of the
18 distribution, visit the Flac homepage: flac.sourceforge.net
20 =====================================================================
22 Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson
24 Redistribution and use in source and binary forms, with or without
25 modification, are permitted provided that the following conditions
26 are met:
28 - Redistributions of source code must retain the above copyright
29 notice, this list of conditions and the following disclaimer.
31 - Redistributions in binary form must reproduce the above copyright
32 notice, this list of conditions and the following disclaimer in the
33 documentation and/or other materials provided with the distribution.
35 - Neither the name of the Xiph.org Foundation nor the names of its
36 contributors may be used to endorse or promote products derived from
37 this software without specific prior written permission.
39 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
40 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
41 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
42 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
43 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
44 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
45 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
46 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
47 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
48 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
49 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.